object ShutdownWarningForm: TShutdownWarningForm Left = 192 Top = 107 BorderStyle = bsDialog Caption = 'Shut down the computer...' ClientHeight = 121 ClientWidth = 305 Color = clBtnFace Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -12 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poScreenCenter Scaled = False OnKeyPress = FormKeyPress OnMouseDown = FormMouseDown PixelsPerInch = 96 TextHeight = 12 object Panel1: TPanel Left = 16 Top = 24 Width = 273 Height = 29 BevelOuter = bvNone BorderStyle = bsSingle TabOrder = 0 object Gauge: TGauge Left = 0 Top = 0 Width = 269 Height = 25 Align = alClient BorderStyle = bsNone ForeColor = clGreen Font.Charset = ANSI_CHARSET Font.Color = clBlack Font.Height = -12 Font.Name = 'MS Sans Serif' Font.Style = [] MaxValue = 60 ParentFont = False Progress = 0 ShowText = False end object Label1: TLabel Left = 8 Top = 7 Width = 257 Height = 17 Alignment = taCenter AutoSize = False Transparent = True end end object CancelButton: TButton Left = 115 Top = 85 Width = 75 Height = 25 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 1 end object Timer: TTimer Interval = 500 OnTimer = TimerTimer Left = 40 Top = 72 end end